home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap06 / DlgCalc / Resource.h < prev   
Encoding:
C/C++ Source or Header  |  1996-04-05  |  1.2 KB  |  42 lines

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDI_CALCDLG         100
  8. #define IDR_CALCDLG         101
  9.  
  10. #define IDD_CALCDLG         110
  11. #define IDD_ABOUTDLG        111
  12.  
  13. #define IDC_0               120
  14. #define IDC_1               121
  15. #define IDC_2               122
  16. #define IDC_3               123
  17. #define IDC_4               124
  18. #define IDC_5               125
  19. #define IDC_6               126
  20. #define IDC_7               127
  21. #define IDC_8               128
  22. #define IDC_9               129
  23.  
  24. #define IDC_CHGSIGN         130
  25. #define IDC_EXP             131
  26. #define IDC_STO             132
  27. #define IDC_RCL             133
  28. #define IDC_ENTER           134
  29. #define IDC_FIX             135
  30. #define IDC_CLX             136
  31. #define IDC_SUBTRACT        137 
  32. #define IDC_ADD             138 
  33. #define IDC_MULTIPLY        139 
  34. #define IDC_DIVIDE          140 
  35. #define IDC_DECIMAL         141 
  36. #define IDC_DEL             142 
  37.  
  38. #define IDC_DISPLAYRECT     150
  39. #define IDC_ICONRECT        151
  40.  
  41. #define IDM_SYSMENU_ABOUT   256
  42.